go/build.fileInfo.directives (field)

4 uses

	go/build (current package)
		build.go#L1048: 			*directives = append(*directives, info.directives...)
		build.go#L1424: 	directives []Directive
		read.go#L361: 				info.directives = append(info.directives, Directive{c.Text, info.fset.Position(c.Slash)})